home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / FreeRAM XP / FreeRAM XP Pro 1.40.exe / 0 / RCDATA / TFORM12 / TFORM12.txt < prev   
Text File  |  2003-11-30  |  2KB  |  93 lines

  1. object Form12: TForm12
  2.   Left = 356
  3.   Top = 289
  4.   ActiveControl = Button1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FreeRAM XP Pro Memory Report'
  8.   ClientHeight = 264
  9.   ClientWidth = 303
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   ShowHint = True
  20.   OnClose = FormClose
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object RichEdit1: TRichEdit
  24.     Left = 7
  25.     Top = 9
  26.     Width = 288
  27.     Height = 217
  28.     Hint = 'Displays information about your computer.'
  29.     PlainText = True
  30.     PopupMenu = PopupMenu1
  31.     ReadOnly = True
  32.     ScrollBars = ssVertical
  33.     TabOrder = 0
  34.   end
  35.   object Button1: TButton
  36.     Left = 6
  37.     Top = 233
  38.     Width = 70
  39.     Height = 25
  40.     Hint = 'Close this window'
  41.     Cancel = True
  42.     Caption = '&Close'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object Button2: TButton
  48.     Left = 80
  49.     Top = 233
  50.     Width = 70
  51.     Height = 25
  52.     Hint = 'Refresh the information above'
  53.     Caption = '&Update'
  54.     TabOrder = 2
  55.     OnClick = Button2Click
  56.   end
  57.   object Button3: TButton
  58.     Left = 153
  59.     Top = 233
  60.     Width = 70
  61.     Height = 25
  62.     Hint = 'Save the text above to a file on your hard drive'
  63.     Caption = '&Save'
  64.     TabOrder = 3
  65.     OnClick = Button3Click
  66.   end
  67.   object Button4: TButton
  68.     Left = 227
  69.     Top = 233
  70.     Width = 70
  71.     Height = 25
  72.     Hint = 'Print the text above'
  73.     Caption = '&Print'
  74.     TabOrder = 4
  75.     OnClick = Button4Click
  76.   end
  77.   object PopupMenu1: TPopupMenu
  78.     OnPopup = PopupMenu1Popup
  79.     Left = 58
  80.     Top = 124
  81.     object SelectAll1: TMenuItem
  82.       Caption = '&Select All'
  83.       ShortCut = 16449
  84.       OnClick = SelectAll1Click
  85.     end
  86.     object Copy1: TMenuItem
  87.       Caption = '&Copy Selected'
  88.       ShortCut = 16451
  89.       OnClick = Copy1Click
  90.     end
  91.   end
  92. end
  93.